object frmDeadLinks: TfrmDeadLinks Left = 285 Top = 196 Width = 469 Height = 267 BorderIcons = [biSystemMenu, biMaximize] Caption = 'Dead Links' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow DesignSize = ( 461 233) PixelsPerInch = 96 TextHeight = 13 object lvDeadLinks: TListView Left = 0 Top = 0 Width = 343 Height = 214 Align = alLeft Anchors = [akLeft, akTop, akRight, akBottom] Checkboxes = True Columns = < item AutoSize = True Caption = 'File Name' end item Alignment = taRightJustify Caption = 'Count' end item AutoSize = True Caption = 'URL' end> ColumnClick = False RowSelect = True SmallImages = frmGraphExplorer.ilGraph SortType = stText TabOrder = 0 ViewStyle = vsReport end object btnDelete: TButton Left = 357 Top = 75 Width = 91 Height = 25 Anchors = [akTop, akRight] Caption = '&Delete' TabOrder = 3 OnClick = btnDeleteClick end object btnDeleteAll: TButton Left = 357 Top = 105 Width = 91 Height = 25 Anchors = [akTop, akRight] Caption = 'Delete &all' ModalResult = 1 TabOrder = 4 OnClick = btnDeleteAllClick end object btnPrint: TButton Left = 357 Top = 145 Width = 91 Height = 25 Anchors = [akTop, akRight] Caption = '&Print' TabOrder = 5 OnClick = btnPrintClick end object btnClose: TButton Left = 357 Top = 189 Width = 91 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = '&Close' ModalResult = 1 TabOrder = 6 end object btnSelectAll: TButton Left = 357 Top = 5 Width = 91 Height = 25 Anchors = [akTop, akRight] Caption = '&Select all' TabOrder = 1 OnClick = btnSelectAllClick end object btnUnselectAll: TButton Left = 357 Top = 35 Width = 91 Height = 25 Anchors = [akTop, akRight] Caption = 'Unselect a&ll' TabOrder = 2 OnClick = btnUnselectAllClick end object sbarStatus: TStatusBar Left = 0 Top = 214 Width = 461 Height = 19 Panels = <> SimplePanel = True end end